1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCamera
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCamera))
27         Me.btnSave = New System.Windows.Forms.Button()
28         Me.picPreview = New System.Windows.Forms.PictureBox()
29         Me.saveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
30         Me.btnCapture = New System.Windows.Forms.Button()
31         Me.cmbCamera = New System.Windows.Forms.ComboBox()
32         Me.lblCamera = New System.Windows.Forms.Label()
33         Me.picFeed = New System.Windows.Forms.PictureBox()
34         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
35         Me.Label1 = New System.Windows.Forms.Label()
36         CType(Me.picPreview, System.ComponentModel.ISupportInitialize).BeginInit()
37         CType(Me.picFeed, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.SuspendLayout()
39         
'
40         
'btnSave
41         
'
42         Me.btnSave.Enabled = False
43         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
44         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
45         Me.btnSave.Location = New System.Drawing.Point(
308, 261)
46         Me.btnSave.Name =
"btnSave"
47         Me.btnSave.Size = New System.Drawing.Size(
127, 38)
48         Me.btnSave.TabIndex =
11
49         Me.btnSave.Text =
"Copy"
50         Me.btnSave.UseVisualStyleBackColor = True
51         
'
52         
'picPreview
53         
'
54         Me.picPreview.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
55         Me.picPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
56         Me.picPreview.Location = New System.Drawing.Point(
308, 39)
57         Me.picPreview.Name =
"picPreview"
58         Me.picPreview.Size = New System.Drawing.Size(
276, 216)
59         Me.picPreview.TabIndex =
10
60         Me.picPreview.TabStop = False
61         
'
62         
'btnCapture
63         
'
64         Me.btnCapture.FlatStyle = System.Windows.Forms.FlatStyle.Popup
65         Me.btnCapture.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
66         Me.btnCapture.Location = New System.Drawing.Point(
12, 261)
67         Me.btnCapture.Name =
"btnCapture"
68         Me.btnCapture.Size = New System.Drawing.Size(
129, 38)
69         Me.btnCapture.TabIndex =
9
70         Me.btnCapture.Text =
"Capture"
71         Me.btnCapture.UseVisualStyleBackColor = True
72         
'
73         
'cmbCamera
74         
'
75         Me.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
76         Me.cmbCamera.FormattingEnabled = True
77         Me.cmbCamera.Location = New System.Drawing.Point(
95, 12)
78         Me.cmbCamera.Name =
"cmbCamera"
79         Me.cmbCamera.Size = New System.Drawing.Size(
193, 21)
80         Me.cmbCamera.TabIndex =
8
81         
'
82         
'lblCamera
83         
'
84         Me.lblCamera.AutoSize = True
85         Me.lblCamera.Location = New System.Drawing.Point(
12, 15)
86         Me.lblCamera.Name =
"lblCamera"
87         Me.lblCamera.Size = New System.Drawing.Size(
82, 13)
88         Me.lblCamera.TabIndex =
7
89         Me.lblCamera.Text =
"Select Camera :"
90         
'
91         
'picFeed
92         
'
93         Me.picFeed.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
94         Me.picFeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
95         Me.picFeed.Location = New System.Drawing.Point(
12, 39)
96         Me.picFeed.Name =
"picFeed"
97         Me.picFeed.Size = New System.Drawing.Size(
276, 216)
98         Me.picFeed.TabIndex =
6
99         Me.picFeed.TabStop = False
100         
'
101         
'Timer1
102         
'
103         
'
104         
'Label1
105         
'
106         Me.Label1.AutoSize = True
107         Me.Label1.Location = New System.Drawing.Point(
305, 15)
108         Me.Label1.Name =
"Label1"
109         Me.Label1.Size = New System.Drawing.Size(
87, 13)
110         Me.Label1.TabIndex =
12
111         Me.Label1.Text =
"Picture Preview :"
112         
'
113         
'frmCamera
114         
'
115         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
116         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
117         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
118         Me.ClientSize = New System.Drawing.Size(
596, 306)
119         Me.Controls.Add(Me.Label1)
120         Me.Controls.Add(Me.btnSave)
121         Me.Controls.Add(Me.picPreview)
122         Me.Controls.Add(Me.btnCapture)
123         Me.Controls.Add(Me.cmbCamera)
124         Me.Controls.Add(Me.lblCamera)
125         Me.Controls.Add(Me.picFeed)
126         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
127         Me.MaximizeBox = False
128         Me.MinimizeBox = False
129         Me.Name =
"frmCamera"
130         Me.Text =
"Webcam"
131         CType(Me.picPreview, System.ComponentModel.ISupportInitialize).EndInit()
132         CType(Me.picFeed, System.ComponentModel.ISupportInitialize).EndInit()
133         Me.ResumeLayout(False)
134         Me.PerformLayout()
135
136     End Sub
137     Private WithEvents btnSave As System.Windows.Forms.Button
138     Private WithEvents picPreview As System.Windows.Forms.PictureBox
139     Private WithEvents saveFileDialog1 As System.Windows.Forms.SaveFileDialog
140     Private WithEvents btnCapture As System.Windows.Forms.Button
141     Private WithEvents cmbCamera As System.Windows.Forms.ComboBox
142     Private WithEvents lblCamera As System.Windows.Forms.Label
143     Private WithEvents picFeed As System.Windows.Forms.PictureBox
144     Friend WithEvents Timer1 As System.Windows.Forms.Timer
145     Private WithEvents Label1 As System.Windows.Forms.Label
146
147 End Class


Gõ tìm kiếm nhanh...